home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2786 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: unix.sbu.ac.uk!news
  2. From: John Glavey <glaveyj>
  3. Newsgroups: comp.lang.c++
  4. Subject: C++ class in a 3D world
  5. Date: 19 Jan 1996 17:06:10 GMT
  6. Organization: South Bank University
  7. Message-ID: <4doj22$7h4@unix.sbu.ac.uk>
  8. NNTP-Posting-Host: scism-sunserver.sbu.ac.uk
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (X11; I; SunOS 5.3 sun4m)
  13. X-URL: news:comp.lang.c++/41797-41897?ALL
  14.  
  15. Hi, 
  16. I am trying to represent a c++ class as a 3 dimensional Cube using VRML & TCL.
  17.  
  18. A user may submit a C++ class which in turn is parsed and information extracted 
  19. and piped out to the cube. The cube has the facility to be rotated and a face
  20. selected.
  21.  
  22. The concept being that each face of the cube having different characteristics
  23. of a C++ class. Which in theory should help gain a better understanding of an
  24. object. 
  25.  
  26. I am having problems as to what areas(6) of a C++ class to select e.g.
  27. inheritance, BaseSpecifier etc. My knowledge of C++ is limited but just enough
  28. to know how to approach the above topic
  29.  
  30. Any Suggestions would be most valued.
  31.  
  32. John Glavey
  33. BSc Computer Studies
  34. South Bank University
  35. London U.K.
  36.  
  37.